home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / bbs / split100 / readme < prev    next >
Text File  |  1993-06-01  |  3KB  |  65 lines

  1. SPLIT.EXE Version 1.0
  2.  
  3. SPLIT.EXE is a program intended to work with FBB, to split up large
  4. messages into smaller parts. The subject is altered to show it is split,
  5. as well as a continue line appended to the end of the message. A message
  6. is also sent to the originator using the file COMPLAIN as the text of the
  7. message. In the case of a WP update, it will be split without altering
  8. the subject, or adding to the message body. 
  9.  
  10.  
  11. The command line syntax of SPLIT.EXE is as follows:
  12. SPLIT.EXE In_file Out_file Complain_file Size
  13. In_file         The file ( messages ) being split
  14. Out_file        The finished messages to go back to the BBS
  15. Complain_file   Message file sent to originator
  16. Size            Maximum size of split message
  17.  
  18. The normal Out_file is \FBB\MAIL.IN which is read by the BBS once a minute.
  19.  
  20. The Complain_file first line is used for storing your call, and will
  21. be used for the FROM field in the message. The following lines are the
  22. body of the message to be sent to the originator of the too large message.
  23.  
  24. The size specified, is the maximum size for the message. The program
  25. splits messages as evenly as possible, on line boundaries. If an error
  26. does occur, the message is passed to Out_file in its original form. 
  27.  
  28. To install, place the SPLIT.EXE in the \FBB\BIN\ subdirectory. Edit
  29. the COMPLAIN file to suit your needs, and place it in a subdirectory
  30. of your own choosing. Edit your BBS.SYS and enter SPLIT as a BBS. Create
  31. a forward file for split, following the example in the supplied file
  32. SPLIT.FWD. In the FORWARD.SYS, enter a file reference to the split forward
  33. file as in the example below.
  34. #
  35. #
  36. < FWD\SPLIT.FWD
  37. #
  38. #
  39. #
  40.  
  41. To use the program, set the message you want split to forward to the
  42. split program with the FA command within FBB. Then when the BBS forwards,
  43. the file is processed, and the results are read back in using MAIL.IN
  44. within a minute. 
  45.  
  46. *************************  SOAPBOX  ***********************************
  47. This software is copyrighted, and may be freely used and distributed by
  48. licensed radio amateurs. Any commercial use is forbidden. This software
  49. is released on an as is basis, with no guarantees of any type. 
  50.  
  51. I have a lot of fun programming, but always need feedback for ideas,
  52. and bug fixes. Let me know what is on your mind, even if it is running
  53. fine. Most folks are quiet when things are working right, and gives me
  54. the feeling nobody is running this stuff. Drop me a QSL card and tell me 
  55. which program you are running. 
  56. ***********************************************************************
  57.  
  58. NK3T @ NK3T.MD.USA.NOAM
  59. David Hess
  60. 3735 Algonquin Trail
  61. Snow Hill, MD
  62. 21863
  63. 410 632-3967
  64.  
  65.